ParamBind: BDP
==============

General
=======
	This project demo shows how to use a BdpConnection, BdpCommand and BdpTransaction to perform parameter binding. A sample table EMPLOYEE_INFO is created and populated with data contained in a text file ('info.txt'). The project requires that you have installed Interbase 7.5 to its default location along with the sample employee.gdb database. 


How To Use
==========
Build the program
Copy info.txt into the bin/debug directory
Run The program
Use the DataExplorer or the DataReader demo to retrieve the table data inserted into the EMPLOYEE_INFO table.